var go/types.goVersionRx

2 uses

	go/types (current package)
		version.go#L68: 	matches := goVersionRx.FindStringSubmatch(s)
		version.go#L82: var goVersionRx = regexp.MustCompile(`^go([1-9][0-9]*)\.(0|[1-9][0-9]*)$`)